-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade husky
#11323
Upgrade husky
#11323
Conversation
@@ -18,7 +18,6 @@ | |||
"@storybook/react": "^8.3.5", | |||
"@storybook/theming": "^8.3.5", | |||
"chromatic": "^6.21.1", | |||
"husky": "^4.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was not used in here?
Size Change: -12 B (0%) Total Size: 982 kB
ℹ️ View Unchanged
|
I can't get this to work on this branch, but if I do the same on main it does work. |
I've created a new ticket for this to re-do when I have time, will close this PR. |
What does this change?
Upgrades
husky
to its latest version (5 major versions up!) and change config as per new set-up rules.How to test
Run locally, run
yarn
and make a change to a file that will upseteslint
, then try to commit that change. You should be stopped at the pre-commit stage.How can we measure success?
Latest versions yo. Seems to also remove a ton of dependencies?
Have we considered potential risks?
N/A